@charset "UTF-8";
@import "public.css";
html{
  min-width: 1200px;
  overflow-x: hidden;
}
body {
  min-width: 1200px;
  
  background: url("imgs/body_bg.png") no-repeat top;
  background-color: #dce3ec ;
}

#header .header_top {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#header .header_top .header {
  width: 1200px;
  margin: 0 auto;
  line-height: 37px;
}
#header .header_top .header .pull-left {
  font-size: 12px;
}
#header .header_top .header .pull-right {
  padding-right: 70px;
}
#header .header_top .header .pull-right a {
  font-size: 12px;
  margin: 0 10px;
}
#header .header_bottom {
  width: 1200px;
  margin: 0 auto;
}
#header .header_bottom .header {
  padding-top: 40px;
  padding-bottom: 49px;
}
#header .header_bottom .right {
  margin-right: 80px;
  padding-top: 18px;
}
#header .header_bottom .right .input {
  height: 36px;
}
#header .header_bottom .right .input select {
  width: 95px;
  height: 36px;
  box-sizing: border-box;
  color: #666;
  text-align: center;
}
#header .header_bottom .right .input input[type='text'] {
  width: 280px;
  height: 36px;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 20px;
}
#header .header_bottom .right .input .submit {
  display: inline-block;
  width: 73px;
  height: 36px;
  background: url("imgs/icon_search.png");
  border: none;
  color: #fff;
  cursor: pointer;
}
/*start nav*/
#nav {
  width: 100%;
  height: 40px;
  background: url("imgs/icon_nav_bg.png");
}
#nav .nav {
  width: 1200px;
  margin: 0 auto;
}
#nav .nav > li {
  float: left;
  padding: 0;
  padding-left: 16px;
    padding-right: 17px;
  background: url("imgs/icon_line.png") right no-repeat;
  position: relative;
}
#nav .nav > li a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}
#nav .nav > li:hover {
  background: rgba(255, 255, 255, 0.5);
}
#nav .nav > li:hover .menu li {
  height: 40px;
  border-bottom: 1px solid #025bc4;
}
#nav .nav > li:last-child {
  background-image: none;
}
#nav .menu {
  min-width: 100%;
  width: auto;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}
#nav .menu > li {
  min-width: 100%;
  width: auto;
  height: 0;
  transition: height 0.3s ease;
  text-align: center;
  background: #1f7be1;
  border-bottom: 0px solid #025bc4;
}
#nav .menu > li:hover {
  background: url("imgs/icon_nav_bg.png");
}
#nav .menu > li a {
  display: block;
}
#nav .menu.fzjg {
  width: 335px;
}
/*end nav*/
#footer {
  padding-bottom: 40px;
  margin-top: 38px;
  width: 100%;
}
#footer .footer_top {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 36px;
}
#footer .footer_top .footer {
  width: 1200px;
  /* background: url("imgs/icon_footer_line.png") center no-repeat; */
  margin: 0 auto;
}
#footer .footer_top .footer li {
  width: 87px;
  text-align: center;
  float: left;
  position: relative;
}
#footer .footer_top .footer li::after{
 content: "";
 width: 8px;
 height: 13px;
 background: url(imgs/icon_footer_line1.png) no-repeat center;
 position: absolute;
 right: -4px;
 top: 0;
 bottom: 0;
 margin: auto;
}
#footer .footer_top .footer li:last-child::after{
  display: none;
}
#footer .footer_top .footer li:hover a {
  color: #1372d7;
  text-decoration: none;
}
#footer .footer_top .footer li a {
  display: block;
  color: #666a6f;
}
#footer .footer_top .footer li:nth-child(5) {
  width: 140px;
}
#footer .footer_top .footer li:nth-child(10) {
  width: 100px;
}
#footer .footer_bottom {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #666a6f;
  padding-top: 15px;
}
#footer .footer_bottom p {
  line-height: 24px;
}
.page {
  width: 100%;
}
.page ul {
  text-align: center;
}
.page ul > li {
  display: inline-block;
}
.page ul > li a {
  line-height: 24px;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #dddddd;
  color: #333333;
}
.page ul > li:hover {
  background: #1372d7;
}
.page ul > li:hover a {
  color: #fff;
  text-decoration: none;
}
.page ul li.active {
  background: #1372d7;
}
.page ul li.active a {
  color: #fff;
}
